tonyc / open890

A web-based remote UI for the Kenwood TS-890.
Other
76 stars 5 forks source link

Draw SVG scopes at 2x resolution #57

Closed tonyc closed 3 years ago

tonyc commented 3 years ago

Need to draw the SVG's at 2x width (1280px and 424px for the bandscope and audio scope respectively), but there's a bunch of other assumptions the SVGs are being made about their widths, so there's more work than I was expecting.

tonyc commented 3 years ago

Don't need to do this since I found a way to render line strokes independent of the width of the SVG.