-
-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line break in the corner #1001
Comments
You'll have to modify the width/positioning of the lines to be +x/-x, where x is the height delta. |
moveable' s new version is released. |
@daybrush thanks for the fix! It works well for 1px lines, but we set the height of rendering lines to 2px and it has a little break. .moveable-line.moveable-direction {
height: 2px !important;
} Can we fix it somehow? |
Because this calculates and sets CSS, it is difficult to support the problem of broken corners. |
Environments
Description
I want to change line thickness from
1px
to2px
but after this style change I see a line break in the cornerHow can I avoid it?
The text was updated successfully, but these errors were encountered: