mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibWeb: Add stroke-linecap attribute and plumb it to SVGGraphicsElement
SVGGraphicsElement then goes ahead and does nothing with it for now.
This commit is contained in:
parent
202bfabdc6
commit
cc0cfd044b
Notes:
github-actions[bot]
2024-10-10 23:28:42 +00:00
Author: https://github.com/nico
Commit: cc0cfd044b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1714
Reviewed-by: https://github.com/AtkinsSJ ✅
11 changed files with 41 additions and 1 deletions
|
@ -31,6 +31,7 @@ math-style: normal
|
|||
pointer-events: auto
|
||||
quotes: auto
|
||||
stroke: none
|
||||
stroke-linecap: butt
|
||||
stroke-opacity: 1
|
||||
stroke-width: 1px
|
||||
tab-size: 8
|
||||
|
@ -120,7 +121,7 @@ grid-row-start: auto
|
|||
grid-template-areas:
|
||||
grid-template-columns:
|
||||
grid-template-rows:
|
||||
height: 2074px
|
||||
height: 2091px
|
||||
inline-size: auto
|
||||
inset-block-end: auto
|
||||
inset-block-start: auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue