File: control

package info (click to toggle)
raphael 2.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,332 kB
  • sloc: javascript: 17,368; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 1,173 bytes parent folder | download
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
Source: raphael
Section: javascript
Priority: optional
Maintainer: Manuel Guerra <ar.manuelguerra@gmail.com>
Uploaders: Soren Stoutner <soren@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: uglifyjs
Homepage: https://raphaeljs.com/
Vcs-Git: https://salsa.debian.org/debian/raphael.git
Vcs-Browser: https://salsa.debian.org/debian/raphael
Rules-Requires-Root: no
Standards-Version: 4.7.2

Package: libjs-raphael
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: javascript-common
Description: 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.