-
Notifications
You must be signed in to change notification settings - Fork 449
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add two more ruling definitions
- ruled with border - crossed with border
- Loading branch information
1 parent
e1a7403
commit 505eefc
Showing
2 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |