mirror of
https://github.com/rough-stuff/rough.git
synced 2026-04-22 03:00:28 -04:00
add viewbox
This commit is contained in:
@@ -8,6 +8,7 @@ const makeRoughLogo = () => {
|
||||
"http://www.w3.org/1999/xlink"
|
||||
);
|
||||
roughLogo.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
||||
roughLogo.setAttribute("viewbox", "0 0 200 200");
|
||||
document.body.appendChild(roughLogo);
|
||||
|
||||
const rc = rough.svg(roughLogo);
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 451 KiB After Width: | Height: | Size: 451 KiB |
Reference in New Issue
Block a user