mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
13 lines
791 B
Text
13 lines
791 B
Text
# Composing dotted/dashed border rendering and not-filled or not-unfilled mask
|
|
# matches to full-filled box, using fuzzyy because of anti-aliasing.
|
|
# These check filled and unfilled regions with solid opaque color,
|
|
# so difference less than 80 is ignorable.
|
|
fuzzy(80,1500) == border-dotted-interaction.html masked.html
|
|
fuzzy(80,1500) == border-dotted-no-radius.html masked.html
|
|
fuzzy(80,1500) == border-dotted-radius.html masked.html
|
|
fuzzy(80,1500) == border-dashed-no-radius.html masked.html
|
|
fuzzy(80,1500) == border-dashed-radius.html masked.html
|
|
fuzzy(80,1500) == border-mixed.html masked.html
|
|
fuzzy(80,1500) == border-dashed-non-integer.html masked.html
|
|
fuzzy(80,1500) == border-dashed-radius-zoom.html masked-zoom.html
|
|
fuzzy(80,1500) == border-dotted-radius-zero.html masked-small.html
|