1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Added test for SVG

For #589 and #590
This commit is contained in:
kkapsner 2022-01-30 10:05:52 +01:00
parent 78183f9efc
commit 734e76180f
6 changed files with 283 additions and 0 deletions

43
test/svgTest.css Normal file
View file

@ -0,0 +1,43 @@
#svg {
position: fixed;
top: -2000%;
}
#test {
display: inline-block;
margin: 1em;
}
#test .data table {
border-collapse: collapse;
}
#test .data th {
padding: 0.4em;
}
#test .data td{
border: 1px solid #c7c7c7;
padding: 0.4em;
}
#test .data td.value {
text-align: right;
}
.small {
font-size: 0.8em;
color: gray;
}
.rectHash {
font-size: 4px;
}
.rectHash:hover {
font-size: 100%;
}
.content-hidable.content-hidden .content, .content-hidable .anti-content {
display: none;
}
.content-hidable .content, .content-hidable.content-hidden .anti-content {
display: initial;
}
.content-hidable .toggle {
cursor: pointer;
}