Archive for October 2022

SVG Viewbox Tutorial

SVG image manipulation similar to looking through a hole (window, viewport) to some part of area on some distance. For example: looking to a part of map through magnifying glass, moving magnifying glass around left, right and zooming in and out. SVG width, height – is a viewport, a window to look through to something, […]

How-to run typescript script from command line

npx ts-mode –files ./src/test.ts