mirror of
https://github.com/dsward2/macSVG.git
synced 2026-05-28 00:20:58 +02:00
In [DOMSelectionControlsManager makeDOMSelectionHandles], tentatively disable copying the transform attribute to the parent "g" (group) element
This commit is contained in:
@@ -1182,6 +1182,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// 20161017 - tentatively disable copying the transform attribute here - it was getting applied twice in the new controls elements
|
||||
NSString * transformAttribute = [aDomElement getAttribute:@"transform"];
|
||||
if (transformAttribute != NULL)
|
||||
{
|
||||
@@ -1190,6 +1192,7 @@
|
||||
[handleParentElement setAttributeNS:NULL qualifiedName:@"transform" value:transformAttribute];
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
NSString * elementName = aDomElement.nodeName;
|
||||
if ((self.validElementsForTransformDictionary)[elementName] != NULL)
|
||||
|
||||
Reference in New Issue
Block a user