Improvements over cursor rendering

This commit is contained in:
alonso.torres 2021-01-27 12:25:27 +01:00
parent 00ca9755be
commit 385c7274a3
4 changed files with 18 additions and 11 deletions

View file

@ -130,14 +130,11 @@
grid-template-columns: 20px 1fr;
.viewport {
cursor: var(--cursor);
grid-column: 1 / span 2;
grid-row: 1 / span 2;
overflow: hidden;
&.drawing {
cursor: cell;
}
rect.selection-rect {
fill: rgba(235, 215, 92, 0.1);
stroke: #000000;

View file

@ -23,7 +23,8 @@
</head>
<body>
{{>../public/images/sprites/symbol/svg/sprite.symbol.svg}}
{{>../public/images/sprites/symbol/icons.svg}}
{{>../public/images/sprites/symbol/cursors.svg}}
<section id="app" tabindex="1"></section>
<section id="modal"></section>
{{# manifest}}