raphael 2.1.0-1ubuntu1 source package in Ubuntu
Changelog
raphael (2.1.0-1ubuntu1) raring; urgency=low * Merge from Debian unstable. Remaining changes: - debian/rules: Name raphael-min.js instead of raphael.min.js - Add raphael-min.js from upstream, instead of creating one with uglifyjs. This allows us to MIR raphael without pulling the Build-dep in uglifyjs, which in turns pulls another Dep. + debian/rules: Minimize raphael.js + debian/control: Depend on yui-compressor. - debian/README.Ubuntu: Denote Ubuntu changes. raphael (2.1.0-1) unstable; urgency=low * New upstream release. -- Logan Rosen <email address hidden> Wed, 28 Nov 2012 01:35:52 -0500
Upload details
- Uploaded by:
- Logan Rosen
- Sponsored by:
- Daniel Holbach
- Uploaded to:
- Raring
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- web
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | web | |
Trusty | release | main | web |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
raphael_2.1.0.orig.tar.gz | 45.6 KiB | 7c8a3c464976023ff821be7cb157df2e901c8272b6fbadf6725c2b2cc1705bfb |
raphael_2.1.0-1ubuntu1.debian.tar.gz | 2.9 KiB | cff1f07634217fa7a62599812440ccb40a37665de4f5745349ad8628d2bea386 |
raphael_2.1.0-1ubuntu1.dsc | 1.2 KiB | 3b03a608d24b0f092ca20eed876923ef11fec1ab88a093997c92ee567dbfcebd |
Available diffs
- diff from 2.1.0-0ubuntu4 to 2.1.0-1ubuntu1 (829 bytes)
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.