mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
13 lines
711 B
Plaintext
13 lines
711 B
Plaintext
PIDDLE - Plug-In Drawing, Does Little Else
|
|
------------------------------------------
|
|
|
|
PIDDLE is a Python module for creating two-dimensional graphics in a
|
|
manner that is both cross-platform and cross-media; that is, it can
|
|
support screen graphics (e.g. QuickDraw, Windows, Tk) as well as file
|
|
output (PostScript, PDF, GIF, etc.). It makes use of the native 2D
|
|
drawing calls of each backend, for maximum efficiency and quality. It
|
|
works by defining a base class (piddle.Canvas) with methods for all
|
|
supported drawing primitives. A particular drawing context is provided
|
|
in the form of a derived class. PIDDLE applications will be able to
|
|
automatically select an appropriate backend for the user's environment.
|