Last change
on this file since 12978 was
11701,
checked in by michael2402, 6 years ago
|
Add new renderer test that tests area fill rendering.
|
File size:
430 bytes
|
Rev | Line | |
---|
[11701] | 1 | canvas { |
---|
| 2 | default-points: false; |
---|
| 3 | default-lines: false; |
---|
| 4 | } |
---|
| 5 | |
---|
| 6 | area[test=A] { |
---|
| 7 | fill-color: green; |
---|
| 8 | fill-opacity: 1; |
---|
| 9 | } |
---|
| 10 | |
---|
| 11 | area[test=B] { |
---|
| 12 | fill-color: rgba(0.5, 0, 1.0, 0.5); |
---|
| 13 | fill-opacity: 1; |
---|
| 14 | } |
---|
| 15 | |
---|
| 16 | area[test=C] { |
---|
| 17 | fill-color: red; |
---|
| 18 | fill-opacity: .5; |
---|
| 19 | } |
---|
| 20 | |
---|
| 21 | area[test=D] { |
---|
| 22 | fill-color: rgba(0.5, 0, 1.0, 0.5); |
---|
| 23 | fill-opacity: .5; |
---|
| 24 | } |
---|
| 25 | |
---|
| 26 | area[test=E] { |
---|
| 27 | fill-color: blue; |
---|
| 28 | fill-opacity: 1; |
---|
| 29 | } |
---|
| 30 | |
---|
| 31 | area[test=F] { |
---|
| 32 | fill-color: red; |
---|
| 33 | fill-opacity: 1; |
---|
| 34 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.