|
|
|
|
|
by SpaghettiCthulu
836 days ago
|
|
> Is the origin meaningful? I assume no. > What are the units Arbitrary. The website says pixels, but the demo lets you zoom in and out, so I think defining the unit as pixels is pretty meaningless, except as a hint to the viewer of the initial scale for the canvas. Even then I can see good reasons for a viewer program to just ignore that and use whatever initial scale allows everything to fit on screen. > how does this interact with font sizes? Seems like the font size can't be changed, but I'd imagine it's a specific number of units. > High-DPI displays? Not sure what kind of answer you're looking for here. You can just scale everything, so support for High-DPI displays would be up to the viewer program. |
|