-
Notifications
You must be signed in to change notification settings - Fork 187
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
Add line simple object and selection for all #141
Add line simple object and selection for all #141
Conversation
JerdoAve
commented
Dec 3, 2020
- change approach for saving of simple objects
- implement highlighting hover and selection behaviour
- add new simple object (line)
# Conflicts: # example/config/webpack.config.js # example/public/index.html
- enhance managing coordinates for simple objects - add line - add polyline
- update shape-circle.svg - update shape-rectangle.svg - add icon while sub-menu is opened
- Line is added - Hover and selection added
- Prettier styles for simple object hover and selection
Hi Team, I'm following your progress about Ketcher and I really like all the things around it. I've decided to help a bit, and please have a look at my PR. All the changes are included in the description. Regards, |
Dear @JerdoAve , thank you for your help in making our product better. We will review your PR asap. Best regards, |
@@ -20,6 +20,10 @@ import draw from '../draw' | |||
import util from '../util' | |||
import scale from '../../util/scale' | |||
import Vec2 from 'src/script/util/vec2' | |||
import { maxHeaderSize } from 'http' | |||
import { ENGINE_METHOD_PKEY_ASN1_METHS } from 'constants' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unused imports should be deleted
src/script/util/scale.js
Outdated
@@ -14,6 +14,8 @@ | |||
* limitations under the License. | |||
***************************************************************************/ | |||
|
|||
import Vec2 from './vec2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please delete unused import
Dear @JerdoAve , I really appreciate your hard work! All looks great! I see that some my changes were overwritten by mistake so I have reverted them. Looking forward for our further collaboration. Best regards, |