saveDefinition => parseReference

This commit is contained in:
Horcrux
2017-02-04 11:18:10 +08:00
parent 00e1f69b1b
commit c91d333950
9 changed files with 21 additions and 11 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
return nil;
}
- (void)saveDefinition
- (void)parseReference
{
[[self getSvgView] defineClipPath:self clipPathName:self.name];
}