- in Isolation Plugin made sure that the last displayed message is the warning, in the case of using tool validation and the tool is not validated
- some more work in the Excellon Editor - Drill adding
- some fixes in the image loader when clicking the an image that is in the list of previous loaded files
- a small fin in the SVG parser
- added a new Tcl command that is returning the name of the active object ('get_active') to accompany the 'set_active' command
- a small fix for the 2d graphic mode by replacing the q5agg matplotlib backend with the qtagg backend which should work with the Qt6
This commit is contained in:
@@ -478,7 +478,7 @@ def getsvggeo(node, object_type, root=None, units='MM', res=64, factor=1.0, app=
|
||||
if ref is not None:
|
||||
geo = getsvggeo(ref, object_type, root=root, units=units, res=res, factor=factor, app=app)
|
||||
|
||||
elif kind in ['defs', 'namedview', 'format', 'type', 'title', 'desc']:
|
||||
elif kind in ['defs', 'namedview', 'format', 'type', 'title', 'desc', 'svg']:
|
||||
log.warning('SVG Element not supported: %s. Skipping to next.' % kind)
|
||||
|
||||
elif kind in ['g']:
|
||||
|
||||
Reference in New Issue
Block a user