svgo icon indicating copy to clipboard operation
svgo copied to clipboard

How does SVGO get the id structure like SVG BEM

Open liumenggit opened this issue 3 years ago • 1 comments

I am using D3js to operate a relatively complex SVG, and I want to use my own method of stitching element IDs when positioning elements. image

liumenggit avatar Dec 23 '21 10:12 liumenggit

I'm not sure what do you want to achieve but you can write custom plugin. See https://github.com/svg/svgo/pull/1624

TrySound avatar Jan 02 '22 11:01 TrySound