draw2d icon indicating copy to clipboard operation
draw2d copied to clipboard

support reading of svg format

Open cciccole opened this issue 4 years ago • 2 comments

It would be nice to be able to read / parse svg format.

Sorry if this is already capture elsewhere in this repo, but this could also be a good place to organize some thoughts about this. For example:

  1. Is it theoretically possible now?
  2. If not, why not?
  3. What would have to happen to support it?

cciccole avatar Apr 25 '20 22:04 cciccole

Hi @cciccole, It may be logged in the issue tracker. It could be partially implemented for the main part of the spec as svg spec is big, I guess I can't support animation or very special effect. For now, I just maintain the project but don't have time or benefit to grow it. You could contribute if you want. May be later, I will contribute more.

llgcode avatar Apr 27 '20 19:04 llgcode

Just for reference, there is a SVG renderer in Go (https://github.com/srwiley/oksvg) it supports part of the spec. Basic shapes and paths for example.

Splizard avatar Dec 05 '20 06:12 Splizard