On Thursday, June 6, 2019 at 3:45:52 PM UTC+2, @TiddlyTweeter wrote: ...
> In particular the way scaling works in SVG is radically different that > pixel based images. Its easy. But you need to grasp how height & width work > in relation to the SVG ViewPort setting. > The viewBox actually isn't relevant for display width and height. The viewBox setting is just an initial definition, to normalize the coordinate system. Every other x/y point is relative to this base setting. ... The smaller the numbers here, the more digits after the decimal point, are needed to maintain precision. For our icon size SVGs (0 0 128 128) is OK and 1-3 decimal digits should be enough, for most icons. ... see: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox Much more details can be found in the SVG spec <https://www.w3.org/TR/SVG2/struct.html#NewDocument>. SVG specification started 1999. So it is already 20 Years old. The standard is mature and well understood. ... Browser vendors started to implement support in ~2008. ... For site creators SVG became a real option in the recent years. Since the number of devices with different screen sizes and resolutions increased exponentially. just some thoughts. have fun! mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/00db438d-8959-4b01-8eb7-2a1b2d1d1129%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

