File tree Expand file tree Collapse file tree
frontend/src/components/panels Expand file tree Collapse file tree Original file line number Diff line number Diff line change 533533 y ={cursorTop }
534534 />
535535 {/if }
536- <div class:viewport ={! $appWindow .viewportHolePunch } class:viewport-transparent ={$appWindow .viewportHolePunch } on:pointerdown ={(e ) => canvasPointerDown (e )} bind:this ={viewport } data-viewport >
536+ <div
537+ class:viewport ={! $appWindow .viewportHolePunch }
538+ class:viewport-transparent ={$appWindow .viewportHolePunch }
539+ on:pointerdown ={(e ) => canvasPointerDown (e )}
540+ bind:this ={viewport }
541+ data-viewport
542+ >
537543 {#if ! $appWindow .viewportHolePunch }
538544 <svg class ="artboards" style:width ={canvasWidthCSS } style:height ={canvasHeightCSS }>
539545 {@html artworkSvg }
762768 background : var (--color-2-mildblack );
763769 }
764770
765- .viewport , .viewport-transparent {
771+ .viewport ,
772+ .viewport-transparent {
766773 width : 100% ;
767774 height : 100% ;
768775 // Allows the SVG to be placed at explicit integer values of width and height to prevent non-pixel-perfect SVG scaling
You can’t perform that action at this time.
0 commit comments