Skip to content

Commit

Permalink
feat: add two more ruling definitions
Browse files Browse the repository at this point in the history
- ruled with border
- crossed with border
  • Loading branch information
letsfindaway committed Aug 23, 2024
1 parent 5f8ed52 commit 623fc18
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 0 deletions.
52 changes: 52 additions & 0 deletions resources/etc/background/crossed5Border.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<bg:background xmlns:bg="http://openboard.org/template/background/">
<bg:uuid>9057d897-bbfe-4764-9867-1c75ad4da2e3</bg:uuid>
<bg:description xml:lang="en">Crossed 5mm with border</bg:description>
<bg:description xml:lang="de">Kariert 5mm mit Rand</bg:description>
<bg:attributes crossed="true" intermediateLines="true"/>
<bg:linegroup>
<bg:angle>0</bg:angle>
<bg:spacing>10</bg:spacing>
<bg:line>
<bg:offset>0</bg:offset>
<bg:width>1</bg:width>
</bg:line>
<bg:line>
<bg:offset>5</bg:offset>
<bg:width>1</bg:width>
<bg:color>
<bg:onDark>0.5</bg:onDark>
<bg:onLight>0.5</bg:onLight>
</bg:color>
</bg:line>
<bg:stretch>
<bg:from>-30</bg:from>
</bg:stretch>
</bg:linegroup>
<bg:linegroup>
<bg:angle>90</bg:angle>
<bg:spacing>10</bg:spacing>
<bg:line>
<bg:offset>0</bg:offset>
<bg:width>1</bg:width>
</bg:line>
<bg:line>
<bg:offset>5</bg:offset>
<bg:width>1</bg:width>
<bg:color>
<bg:onDark>0.5</bg:onDark>
<bg:onLight>0.5</bg:onLight>
</bg:color>
</bg:line>
<bg:stack>
<bg:from>-30</bg:from>
</bg:stack>
</bg:linegroup>
<bg:linegroup>
<bg:angle>90</bg:angle>
<bg:origin>topleft</bg:origin>
<bg:line>
<bg:offset>30</bg:offset>
<bg:width>1</bg:width>
</bg:line>
</bg:linegroup>
</bg:background>
25 changes: 25 additions & 0 deletions resources/etc/background/ruledBorder.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<bg:background xmlns:bg="http://openboard.org/template/background/">
<bg:uuid>c155edf1-bb46-4f4c-a665-a5800eeed465</bg:uuid>
<bg:description xml:lang="en">Ruled with border</bg:description>
<bg:description xml:lang="de">Liniert mit Rand</bg:description>
<bg:attributes ruled="true"/>
<bg:linegroup>
<bg:angle>0</bg:angle>
<bg:spacing>10</bg:spacing>
<bg:line>
<bg:offset>0</bg:offset>
<bg:width>1</bg:width>
</bg:line>
<bg:stretch>
<bg:from>-30</bg:from>
</bg:stretch>
</bg:linegroup>
<bg:linegroup>
<bg:angle>90</bg:angle>
<bg:origin>topleft</bg:origin>
<bg:line>
<bg:offset>30</bg:offset>
<bg:width>1</bg:width>
</bg:line>
</bg:linegroup>
</bg:background>

0 comments on commit 623fc18

Please sign in to comment.