Hello. Since no one answers my previous question , it seems that the standard outline is not intended for drawing thin lines (or, maybe, I ask the wrong questions?). In this regard, the question is - is there any library that could do the same thing as a standard canvas, but so that the lines and their color (and, apparently, smoothing) can be easily controlled?

  • I answered you in that question. - Aleksander K.

2 answers 2

try to work with SVG, the same thing only in vector, not raster

    There is adobe Animate CC - there is a visual work with canvas, draw what you need, export to html + js and sort it out by code. In the native form, everything will be described in detail for the implementation is possible in a very large number of ways.