mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-02-23 07:54:10 +01:00
15 lines
300 B
Text
15 lines
300 B
Text
#lines {
|
|
[cap='round'] { line-cap: round; }
|
|
[cap='butt'] { line-cap: butt; }
|
|
[cap='square'] { line-cap: square; }
|
|
}
|
|
|
|
#lines {
|
|
[join='miter'] { line-join: miter; }
|
|
[join='round'] { line-join: round; }
|
|
[join='bevel'] { line-join: bevel; }
|
|
}
|
|
|
|
#lines [type='capjoin'] {
|
|
line-width: 1;
|
|
}
|