Code review comment for lp:~inkscape.dev/inkscape/fillet-chamfer

Revision history for this message
Jabiertxof (jabiertxof) wrote :

> > Also have a question about handling subpaths.
> > Is something like: std::vector<Pointwise> ok?
>
> Sure, you might call it PointwiseVector like PathVector.

OK.

> > There is a standard way to apply this data to an svg string?
> > I need 3 separators and I only see 2 ", and |", can I use, for example, + or
> #?
>
> I'm not quite sure what you're asking for, do you want to store the data in an
> attribute in svg with your own namespace? Then you can use any xml valid
> string you like. You could use Aaron's ragel parser that he wrote for svg d
> attribute parsing as a starting point. You will need to check that inkscape
> correctly maintains namespaced attributes (I'm pretty sure it does).
>
> I don't think you should store anything in the svg:d attribute itself.

I want to strore a paremeter LPE.

« Back to merge proposal