v1.6.02 - linear ruler rework

This commit is contained in:
Azgaar 2021-03-05 01:03:08 +03:00
parent e5a1e64c6e
commit e6a79f540d
3 changed files with 139 additions and 8 deletions

View file

@ -1747,6 +1747,10 @@ rect.fillRect {
cursor: grab;
}
#ruler circle.control {
fill: #999999;
}
#ruler rect {
stroke: #3d3d3d;
fill: yellow;
@ -1762,7 +1766,7 @@ rect.fillRect {
}
#ruler text {
font-family: 'Times New Roman';
font-family: 'Georgia';
fill: #3d3d3d;
stroke: none;
text-anchor: middle;