Created
June 18, 2013 07:49
-
-
Save OrangeTux/5803416 to your computer and use it in GitHub Desktop.
Vim problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<line fill="#848484" x1="93.67" y1="98.35" x2="100.9" y2="98.35"/> | |
# Should become | |
# rect.x = line.x2-line.x1; | |
# rect.y = line.y2-line.y1; | |
# width = 7.23 // This is a static | |
# height = 7.23 // This is a static | |
<rect x="4.68" y="2.55" fill="#848484" width="7.23" height="7.23" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment