adolfdaniel / vscode-chromium-vector-icons

VS Code extension to preview Chromium vector icons.
MIT License
2 stars 0 forks source link

Cannot draw strokes well #1

Open pujiaxun opened 10 months ago

pujiaxun commented 10 months ago

The extension seems to draw both the stroke and fill, while chromium only paints the stroke. In addition, the extension does not draw the correct radius of the stroke.

the viewer:

extension

the actual rendering of chromium:

image
pujiaxun commented 10 months ago

I think the problem might be here:

chromium will only render one of the stroke or fill. if set STROKE, then it will ignore the fill color. image

but the viewer extension set both the stroke and fill colors like this: image