Pablo is a lightweight, expressive JavaScript SVG library. Pablo creates interactive drawings with SVG (Scalable Vector Graphics), giving access to all of SVG's granularity and power.
Additionally, .transform() already exists on Pablo collections, but this would just require an override of the generic attribute generator with a more specific method, as with the .svg() method.
E.g.
According to MDN, the following are SVG 1.1 elements:
The problem is that there are a small number of attributes that have conflicting method names with an element method:
Additionally,
.transform()
already exists on Pablo collections, but this would just require an override of the generic attribute generator with a more specific method, as with the.svg()
method.