How to show a subsection or “slice” of an SVG graphic?
Is there any way to slice an SVG . I mean any already available lib . I need to implement this slicing component in Java. I mean , I have single SVG file and based rulers/scales i choose graphically , I want to slice the single SVG into different SVG files. Hope I am clear Yes, although, you'd think this was classified information - or just simply impossible - based on how hard it is to find this basic fact.... Apparently , all you need to do is reference the viewBox from a URI "fragment". . I have confirmed, it does indeed work. Take the following example... The lesson of the story, in case