mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
LibWeb: Plumbing for svg stroke-dasharray
This commit is contained in:
committed by
Alexander Kalenik
parent
c0e90a2a68
commit
94b97aa365
Notes:
github-actions[bot]
2024-11-21 17:57:47 +00:00
Author: https://github.com/nico Commit: https://github.com/LadybirdBrowser/ladybird/commit/94b97aa3659 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2472 Reviewed-by: https://github.com/AtkinsSJ ✅ Reviewed-by: https://github.com/gmta
@@ -1,6 +1,6 @@
|
||||
All supported properties and their default values exposed from CSSStyleDeclaration from getComputedStyle:
|
||||
'cssText': ''
|
||||
'length': '203'
|
||||
'length': '204'
|
||||
'parentRule': 'null'
|
||||
'cssFloat': 'none'
|
||||
'WebkitAlignContent': 'normal'
|
||||
@@ -495,6 +495,8 @@ All supported properties and their default values exposed from CSSStyleDeclarati
|
||||
'stopOpacity': '1'
|
||||
'stop-opacity': '1'
|
||||
'stroke': 'none'
|
||||
'strokeDasharray': 'none'
|
||||
'stroke-dasharray': 'none'
|
||||
'strokeDashoffset': '0'
|
||||
'stroke-dashoffset': '0'
|
||||
'strokeLinecap': 'butt'
|
||||
|
||||
Reference in New Issue
Block a user