plotters-rs / plotters

A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀

Home Page:https://plotters-rs.github.io/home/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Can't outline/stroke polygon for svg

DasLixou opened this issue · comments

Describe the bug
Can't outline a polygon, the render function is also just called fill_polygon instead of draw_polygon as for draw_circle.

Up

Is there fixes or workarounds ?