Cuixiping

Results 161 comments of Cuixiping

I don't think layers are really necessary. It would be better to have a XML DOM tree.

It's not a valid base64. Did you copy the string from browser? I can see `AQQQAABB...IIIIDAVAKE` in the string.

You should give a short example instead of a long one.

You should use a sample code as short as possible to describe the problem clearly.

You can review your svg source, and remove `title="balabala..."`

> > You can review your svg source, and remove `title="balabala..."` > > Thanks for your response. I cant remove the title because i am setting here layername as unique....

> > > > You can review your svg source, and remove `title="balabala..."` > > > > > > > > > Thanks for your response. I cant remove the...

> Is there any option to remove the tooltip from the layer. not yet.

There is no UI to set this, but you can config it within code. see [svgcanvas.js](https://github.com/SVG-Edit/svgedit/blob/master/packages/svgcanvas/svgcanvas.js#L125C5-L125C43) `this.saveOptions = { round_digits: 2 }`

SVG 2 Flowed Text support this feature. https://www.w3.org/TR/SVG/text.html#TextLayoutContentArea http://tavmjong.free.fr/SVG/TEXT_FLOW/ In SVG 1.1, multi-line text can be implemented by multiple `` elements. https://www.oreilly.com/library/view/svg-text-layout/9781491933817/ch04.html