コード例 #1
0
ファイル: SVGParser.cs プロジェクト: Chapmania/USVG
 public void OnInlineElement(string name, Dictionary <string, string> attrs)
 {
     currentContainer.addChild(new Node(Node.NodeNameToType(name), new Dictionary <string, string>(attrs), currentContainer));
 }