Closed mjy closed 4 years ago
Attribute stroke-width is no longer recomputed by the initialization code. The default is 1. An API-ish function will be created to set an arbitrary value.
API feature added. Stroke-width in image-space pixels zooms in browser pixel space per XLT element.
As defined, the stroke-width defaults to one pixel. However, the scale/zoom level of the image in the
This means that the stroke-width attribute of the svg element created will likely be some non-integer number which is not 1. Experiments are ongoing to evaluate the use of an unscaled stroke-width attribute. In other words, not scaled by zoom at initialization.