openpencil/tests
Danila Poyarkov 6f73b28f3d
fix(core): preserve inline SVG primitives (#485)
* fix(core): preserve inline SVG primitives

- Convert parsed circle, ellipse, rect, line, polyline, and polygon children through the shared SVG path pipeline
- Preserve nested presentation attributes, transforms, and JSX-style SVG attribute names
- Cover mixed and primitive-only inline SVG renders

* chore: format merged mobile navigation

* fix(core): disambiguate xmldom document types

- Alias the xmldom Document type so clean CI does not resolve it as the browser DOM type
- Guard the generated SVG document root before collecting paths

* fix(core): preserve inline SVG root styles

- Carry root presentation properties into parsed SVG child conversion
- Apply nested SVG transforms before creating vector networks
- Cover inherited root fills and transformed primitive geometry

* fix(core): scale transformed SVG strokes
2026-08-12 16:02:45 +03:00
..
e2e test(tauri): cover textarea clipboard routing 2026-08-12 13:12:51 +03:00
engine fix(core): preserve inline SVG primitives (#485) 2026-08-12 16:02:45 +03:00
figma style: tighten import grouping 2026-05-06 02:22:08 +03:00
fixtures feat(vector): add bitmap vectorization engine 2026-07-27 15:33:15 +03:00
helpers refactor: standardize acronym casing 2026-08-10 15:48:16 +03:00