mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
initial border-radius rendering
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
|
||||
.box3 {
|
||||
border-width: 10px;
|
||||
border-left-color: #00b5e2;
|
||||
border-left-color: transparent;
|
||||
border-top-color: red;
|
||||
border-right-color: green;
|
||||
}
|
||||
@ -40,7 +40,9 @@
|
||||
border-width: 50px;
|
||||
border-left-color: #00b5e2;
|
||||
border-top-color: red;
|
||||
border-top-width: 10px;
|
||||
border-right-color: green;
|
||||
border-bottom-right-radius: 190px;
|
||||
}
|
||||
|
||||
html {
|
||||
|
Reference in New Issue
Block a user