Fixed most ruler bugs on high zoom in/out levels

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1814 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-10-21 20:30:42 +00:00
parent f367dde12b
commit 798704a715
4 changed files with 86 additions and 16 deletions

View File

@@ -96,14 +96,23 @@
}
#ruler_x canvas {
#ruler_x canvas:first-child {
margin-left: -16px;
}
#ruler_x canvas {
float: left;
}
#ruler_y canvas {
margin-top: -16px;
}
#ruler_x > div,
#ruler_y > div {
overflow: hidden;
}