raphael 2.3.0-4 source package in Ubuntu
Changelog
raphael (2.3.0-4) unstable; urgency=medium * QA upload. * Use uglifyjs instead of deprecated node-uglify (Closes: #979937). * Bump Standards-Version to 4.6.0 (no changes needed). * Fix section: web -> javascript. -- Marc Dequènes (Duck) <email address hidden> Sun, 24 Apr 2022 16:24:02 +0900
Upload details
- Uploaded by:
- Paolo Rotolo
- Uploaded to:
- Sid
- Original maintainer:
- Paolo Rotolo
- Architectures:
- all
- Section:
- web
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | web | |
Lunar | release | universe | web | |
Kinetic | release | universe | web |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
raphael_2.3.0-4.dsc | 1.8 KiB | 05464c430fdb9b936cc99f9dcf54fdd09065620bb0f52ef32577212c3e07a2a3 |
raphael_2.3.0.orig.tar.gz | 304.8 KiB | b3ff83651d534078038de0cd45a14823a6c2d26fcc89da82a1281e968c3509e2 |
raphael_2.3.0-4.debian.tar.xz | 2.6 KiB | ec0071cf484b7c68e0e58977712d649eff979c3b21d32be448d2c2d2ae22acc4 |
Available diffs
- diff from 2.3.0-3 to 2.3.0-4 (807 bytes)
No changes file available.
Binary packages built by this source
- libjs-raphael: JavaScript library to work with vector graphics
Raphael is a small JavaScript library that should simplify your work with
vector graphics on the web. If you want to create your own specific chart or
imagecrop and rotate widget, for example, you can achieve it simply and
easily with this library.
.
Raphael uses the SVG W3C Recommendation and VML as a base for creating
graphics. This means every graphical object you create is also a DOM object,
so you can attach JavaScript event handlers or modify them later. Raphael’s
goal is to provide an adapter that will make drawing vector art compatible
cross-browser and easy.