Some file can not de displayed correctly.
See original GitHub issueThe following file can not de displayed correctly.
https://commons.wikimedia.org/wiki/File:Simplicial_complex_example.svg
<svg width="532" height="517" xmlns="http://www.w3.org/2000/svg"> <g fill="#97ccc8" stroke="#000" stroke-width="2"> <path d="M161 239l-82.5 271 205-59-122.5-212zM499 204l-127.5 34 53 125 74.5-159z"/> <path d="m243.5 130.5l-83 110 211.5-1.5-128.5-108.5z"/> <path d="M387.5 81.5l-144 49 128.5 108.5 15.5-157.5zM158 11.5l-149.5 149.5 134.5 7.5 15-157z"/> <path d="m161 239l-153 149.5 70.5 121.5 82.5-271z" fill="#77bcac"/> </g> <g stroke="#000" stroke-width="2" fill="none"> <path d="M158.5 9l95 15M424.5 362.5s-45 86.5-45 86.5l96 30-51-116.5zM474 28.5s49.5 75.5 49.5 75.5l-25.5 100.5"/> <path d="m8.5 388.5s275 62.5 275 62.5" stroke-dasharray="16 16"/> </g> <path d="M283 450h0M9 388h0M79 509h0M161.5 237h0M243 131h0M387.5 82h0M8.5 161h0M143 169h0M157.5 8.5h0M255.5 24h0M371.5 238h0M31 260h0M424 362h0M378.5 449h0M475.5 479.5h0M473 26.5h0M523.5 104.5h0M498 205h0" stroke-width="17" stroke="#000" stroke-linecap="round"/> </svg>
It seems like the last path part was not rendered. the following was the image which rendered correctly.
Issue Analytics
- State:
- Created 5 months ago
- Comments:7 (2 by maintainers)
Top GitHub Comments
This may be also because of the missing
_style
, see PR #1053From the following screenshot of my demo application, you can see it is the same as your expected, you can try that change
Ok, that clarifies it. For me it looks like the used GDI++ functions just do not support the needed functionality, and
Svg.Skia
has of course its own drawing implementation.