X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.g2d.ontology%2Fgraph%2FG2D.pgraph;h=269f6a4fbe0a08f01f3dcbc0d0ed8d0c58b642d9;hp=fc58ade46911d32717b362fb7bc6a319767f1c47;hb=0e8a70d98499437ebe0c90806f234d49a9654d87;hpb=32a6aa7b656804c95b8a2a2df06900955c6df44b diff --git a/bundles/org.simantics.g2d.ontology/graph/G2D.pgraph b/bundles/org.simantics.g2d.ontology/graph/G2D.pgraph index fc58ade46..269f6a4fb 100644 --- a/bundles/org.simantics.g2d.ontology/graph/G2D.pgraph +++ b/bundles/org.simantics.g2d.ontology/graph/G2D.pgraph @@ -94,6 +94,10 @@ G2D.StrokeType.Scaling : G2D.StrokeType G2D.StrokeType.Nonscaling : G2D.StrokeType G2D.HasRounding L0.Double +G2D.HasOffset L0.Double +G2D.HasBranchPointRadius L0.Double G2D.LineEnd G2D.Color @@ -261,3 +267,20 @@ G2D.HasSVGScript L0.Boolean + +G2D.fontProperty : L0.Template + @template %subject %predicate %family %size %style + %subject + %predicate _ : G2D.Font + G2D.HasFontFamily %family + G2D.HasFontSize %size + G2D.HasFontStyle %style + +G2D.font : L0.Template + @template %subject %family %size %style + %subject : G2D.Font + G2D.HasFontFamily %family + G2D.HasFontSize %size + G2D.HasFontStyle %style + + \ No newline at end of file