Skip to content

Instantly share code, notes, and snippets.

@l-keal
l-keal / axonometric_projection.py
Last active June 29, 2023 17:23
Adding trimetric projections to jdhoek's isometric projection Inkscape extension
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import math
import sys
import inkex
from inkex.transforms import Transform
sys.path.append('/usr/share/inkscape/extensions')
inkex.localization.localize()