MonkVG icon indicating copy to clipboard operation
MonkVG copied to clipboard

A little bug with line thickness

Open gerchicov opened this issue 11 years ago • 1 comments

Function OpenGLPath::buildFatLineSegment(...) in glPath.cpp:

One of parameters has name "radius" abd you pass stroke_width into it. But stroke_width look likes as diameter. And of course all the lines looks too fat.

gerchicov avatar Oct 25 '13 08:10 gerchicov

additionally if I change them to a real size then lines could disappear because app view always thinks that it is displayed in non-retina display.

gerchicov avatar Jan 09 '14 06:01 gerchicov