Bent Gebelein

Results 2 comments of Bent Gebelein

Adding values to the `d` attribute of the `` element will result in the follwoing SVG code when running marko build: ``` @keyframes rotate{0%{transform:rotate(0deg)}} ``` As you can see, when...

I customized the viewports in my application to get rid of most of the empty space around the canvas: ``` viewports={[ // ... other viewports { width: "100%", height: "auto",...