1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: vectorgraphics2d
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Build-Depends:
debhelper (>= 12),
gradle-debian-helper,
libproguard-java,
maven-repo-helper,
Standards-Version: 4.4.0
Homepage: https://github.com/eseifert/vectorgraphics2d
Vcs-Browser: https://salsa.debian.org/java-team/vectorgraphics2d
Vcs-Git: https://salsa.debian.org/java-team/vectorgraphics2d.git
Package: libvectorgraphics2d-java
Architecture: all
Depends:
${misc:Depends},
Description: library for adding vector export to Java Graphics2D
VectorGraphics2D provides implementations of Java's Graphics2D interface and
exports the graphics in various vector file formats. Currently, there is
support for the following vector file formats:
.
* Encapsulated PostScript (EPS)
* Scalable Vector Graphics (SVG)
* Portable Document Format (PDF)
.
Additional formats can be easily added.
|