equal
deleted
inserted
replaced
|
1 <?xml version="1.0"?> |
|
2 <shapes xmlns:s="http://www.w3.org/2000/svg"> |
|
3 |
|
4 <!-- borders to use for OSD components --> |
|
5 <borders use="s12/@osd" label="Sched 12 Category" show-unused="yes"> |
|
6 <border type="box"/> |
|
7 <border value="OS" type="box-clipLT" label="Optional Symbian"/> |
|
8 <border value="CS" type="box-clipLB" label="Common Symbian"/> |
|
9 <border value="CR" type="box-clipRB" label="Common Replace­able"/> |
|
10 <border value="OR" type="box-clipRT" label="Optional Replace­able"/> |
|
11 <border value="T-R" type="box-clipAll" label="Refer­ence/Test"/> |
|
12 </borders> |
|
13 |
|
14 <patterns show-unused="yes"> <!-- this could be very slow, don't check if used --> |
|
15 <overlay rule="s12/@ref='true' or @ref='true'" type="striped-diag-up" label="Reference Compo­nent"/> |
|
16 <overlay rule="@since = /*/systemModel/@ver or @introduced = /*/systemModel/@ver" type="radial-grad" label="New in {@ver}"/> |
|
17 </patterns> |
|
18 |
|
19 <styles> |
|
20 <style>stroke-width: 0.4</style> |
|
21 <style rule="@plugin='true'" label="Plugin Compo­nent">stroke-width: 2</style> |
|
22 </styles> |
|
23 |
|
24 <colors default="grey" match="@ts" label="Technology Streams" /> <!-- not used unless provided --> |
|
25 </shapes> |