Commit a10defba authored by Gary Hodgson's avatar Gary Hodgson Committed by Guillaume Seguin

Ability to show a calibration grid (150mmx150mm) and modify the scale, size...

Ability to show a calibration grid (150mmx150mm) and modify the scale, size and offset to calibrate the projected image.
parent 7bfa6228
This diff is collapsed.
......@@ -455,7 +455,7 @@ class SVGDocument(object):
if type == "URL":
url, fallback = details
element = self.resolveURL(url)
if not element:
if element is not None:
if fallback:
type, details = fallback
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment