Mira Grudzinska

Results 52 issues of Mira Grudzinska

in an svg file the default value of the `preserveAspectRatio` attribute is `xMidYMid meet` TVG supports only `none` value for this attrib. Anything else is interpreted as the default value,...

bug
v0.9

the svg sample looks differently in some svg viewers. it has to be checked (in svg specs) whether the result from tvg are the correct ones. https://github.com/Samsung/thorvg/pull/1184#pullrequestreview-886748252 ``` ```

svg

in the example below there are 2 issues: - skewing: for `PROBLEM1 != 0` and `PROBLEM2 == 0` the `_compFastTrack` returns `true`, which is not the case (for `PROBLEM1 ==...

bug
v0.9

it's a draft, since in `src/lib/sw_engine/tvgSwRaster.cpp` the changes are made only for testing purposes. I want to use function pointers, but not to each raster function, rather only to the...

infrastructure

THORVG_SIMD_SUPPORT will be used in the near future to choose the proper raster functions. issue #29

enhancement
infrastructure

current result: ![41before](https://user-images.githubusercontent.com/67589014/138977576-e294edae-9a18-4863-b426-1c1c47c102de.PNG) expected:

bug
svg
raster

The clipPathUnits can have one of two possible values: userSpaceOnUse (the defalut one) and objectBoundingBox. before: ![44before](https://user-images.githubusercontent.com/67589014/139866814-dceb6241-f1c9-488e-bcbb-edfe3bad2c34.PNG) after: ![44after](https://user-images.githubusercontent.com/67589014/139866847-ec5cf289-5ee1-4372-b204-81b5c2b3317c.PNG) examples: [clipEX.zip](https://github.com/Samsung/thorvg/files/7461444/clipEX.zip)

enhancement

building on windows fails, since by default thorvg is build as a shared_library and executable svg2tvg tries to link the static lib

portability

@fire mentioned the file in issue #820 : https://github.com/V-Sekai/godot-hop-dance/blob/main/hop_spin_dance/uiux/mockups/mockups_with_raster/VRM%20Viewer%20Screen%20Animate.svg

svg

stroke=0.05 ``` ``` thorvg: ![19current2](https://user-images.githubusercontent.com/67589014/132210973-d85e84b2-5920-4034-bcc4-a4642e1adec2.PNG) w3schoool: ![19expect2](https://user-images.githubusercontent.com/67589014/132210992-8a6f2b45-df83-42c2-b616-e1b2a4bd3113.PNG) the same image for stoke=0.1 thorvg: ![19current1](https://user-images.githubusercontent.com/67589014/132211072-a49e7cda-fbc4-48b0-a7f6-fc973a503fc5.PNG) w3school: ![19expect1](https://user-images.githubusercontent.com/67589014/132211085-8578e4dc-2bed-47d3-99c3-804d7cefb867.PNG)

bug
svg
raster