piqnt / svgexport

SVG to PNG/JPEG command-line tool and Node.js module
931 stars 86 forks source link

SVG #id support #40

Open koutsenko opened 7 years ago

koutsenko commented 7 years ago

Hello. I have many sprites in one svg file. I want to convert them to png, each sprite must have own raster png copy.

  'source/res/one.svg#first'
  'source/res/one.svg#second',
  'source/res/one.svg#third'

How can i do that? Thanks.

shakiba commented 7 years ago

Currently it is not possible, but this is a great idea.