Dirk Schulze

Results 19 issues of Dirk Schulze

For some use cases it is required to provide the visual bounds of the SVG content so that a big-enough image buffer can get created before rendering the SVG content....

enhancement

SVG 1.1 allows a `` element within a `` element as long as the reference chain ends with an SVGShapeElement. As far as I recall, SVG Native wasn't supposed to...

question

The link to the blog post no longer exists. Here an archived version of it: http://archive.is/FzP6p

When building Flexbuffers with sanitizer + C++17 enabled, we see AsanDie when calling `EndMap`: ``` 0 libsystem_kernel.dylib 0x7ff80b1787a6 __pthread_kill + 10 1 libsystem_pthread.dylib 0x7ff80b1b0f30 pthread_kill + 262 2 libsystem_c.dylib 0x7ff80b0cfa4d...

stale

Add support for CSS function `color-mix()` ## Description This allows blending 2 colors with each other: ```css color-mix(in srgb, black, white 80%) color-mix(in srgb, black 80%, white) color-mix(in srgb, rgb(255,...

https://svgwg.org/svg2-draft/single-page.html#chapter-text

Generator does not support VectorMasks or any other mask yet. Also see https://github.com/adobe-photoshop/generator-core/issues/234

enhancement
blocked

With Generator 1.2.0 text on path is not working anymore. The segment coordinates were stored in number values but changed to objects with the number value as property and a...

bug
REGRESSION

In text-on-path-2 the text path is not scaled with the document. It is unclear why that happens for me. The Text isn't positioned along the path either. This is maybe...

bug

In text-on-path-2, the plain text is aligned to the right side. In the PSD it is aligned to the left side.

bug