v1.6.11 - fix saving issues

This commit is contained in:
Azgaar 2021-03-06 01:54:26 +03:00
parent 8767893d72
commit 69c44317e3
4 changed files with 10 additions and 15 deletions

View file

@ -1741,22 +1741,16 @@ rect.fillRect {
fill: none;
}
#ruler circle {
#ruler .rulerPoints {
stroke: #4e5a69;
fill: yellow;
cursor: grab;
}
#ruler circle.control {
#ruler .rulerPoints .control {
fill: #999999;
}
#ruler rect {
stroke: #3d3d3d;
fill: yellow;
cursor: col-resize;
}
#ruler .white {
stroke: white;
}
@ -1769,13 +1763,12 @@ rect.fillRect {
#ruler text {
font-family: 'Georgia';
fill: #3d3d3d;
stroke: none;
text-anchor: middle;
text-shadow: 0 0 4px white;
cursor: pointer;
}
#ruler .planimeter {
#ruler path.planimeter {
fill: lightblue;
fill-rule: evenodd;
fill-opacity: 0.5;