fix(refboard): dot grid behind canvas, paste at native size

- Make PixiJS canvas background transparent so SVG dot grid shows through
- Move dot grid SVG before canvas in DOM with zIndex 0 (behind images)
- Set wrapper div background to #1e1e1e
- Remove 600px cap on pasted images — preserve native dimensions
This commit is contained in:
Hiren Kangad
2026-03-10 10:40:27 +05:30
parent 2b708f50c6
commit a2eea8f22f
3 changed files with 15 additions and 19 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ const PixiCanvas = forwardRef<PixiCanvasHandle, PixiCanvasProps>(
(async () => {
await app.init({
background: '#1e1e1e',
backgroundAlpha: 0,
resizeTo: container,
antialias: true,
autoDensity: true,