Results 10 issues of Sergey

Xiasl-Win64.exe Looks like ![image](https://user-images.githubusercontent.com/485515/180927951-cf0cac68-f425-4111-a4f5-870ae12af9ee.png) It will be good to have Font adjust menu.

This definition ~~~ typedef struct NSVGpaint { char type; union { unsigned int color; NSVGgradient* gradient; }; } NSVGpaint; ~~~ causes warning C4201 nameless union can be corrected by ~~~...

Hi, What is the reason to restrict section to gradient only? ~~~ if (p->defsFlag) { // Skip everything but gradients in defs ~~~ Time economy is about zero but parsing...

The svg is follow ~~~ ~~~ It is not fit into his bounds. I scaled it to real bounds instead of viewBox because it can be part of scene. ![2018-09-11...

nanosvgrast.h line 556 `if (da < NSVG_PI) da += NSVG_PI*2;` should be `if (da < -NSVG_PI) da += NSVG_PI*2;`

~~~ if (grad->nstops == 0) { for (i = 0; i < 256; i++) cache->colors[i] = 0; } if (grad->nstops == 1) { for (i = 0; i < 256;...

~~~ // Add to tail if (p->image->shapes == NULL) p->image->shapes = shape; else p->shapesTail->next = shape; p->shapesTail = shape; ~~~ Logically shapesTail should belong same p->image.

Hi, The SVG file contains the follow ~~~ ~~~ And "linear-gradient" used as well as "linear-gradient-2" and "linear-gradient-3". Existing codes will not fully work. I propose follow patch (i don't...

It will be a nice feature conic-gradient(black 40deg, $highlight-color 42deg,black 44deg, black 219deg, $highlight-color 222deg, $highlight-color 223deg,black 228deg)

The system is macOS Sequoia x86_64. Installed the package https://github.com/simonjwright/distributing-gcc/releases/download/gcc-14.1.0-x86_64/gcc-14.1.0-x86_64-apple-darwin21.pkg and GNAT studio https://sourceforge.net/projects/gnuada/files/latest/download The compiler worked ~~~~ sergey@iMac GNAT_studio % gprbuild -Pproba Compile [Ada] main.adb Bind [gprbind] main.bexch [Ada]...