Closed
Description
This optimization is useful, if you like to generate SVG fonts without FontForge. Source image can have multiple paths + transformation rules. Result should be a single path. What needed:
- Apply transformations "inline" (recalculate paths)
- Join paths (chaining works fine)
Example:
- source image: https://github.com/fontello/brandico.font/blob/master/src/svg/blogger-rect.svg#L81
- result in font: https://github.com/fontello/brandico.font/blob/master/font/brandico.svg#L105
Also, it would be nice to know how to calculate path bounding box (that's useful, if you like to crop or center image)