ruuda / pris

A language for designing slides
https://docs.ruuda.nl/pris/
GNU General Public License v3.0
116 stars 5 forks source link

Support drawing svg subsets #10

Open ruuda opened 7 years ago

ruuda commented 7 years ago

From Reddit: it would be nice to add the ability to render subsets of an svg file.

Rsvg does support this with rsvg_render_handle_cairo_sub and rsvg_handle_has_sub, it would not be very difficult to expose this.

What would be required to implement this: