Skip to content
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

feat(front): Create concave polygons #65

Merged
merged 3 commits into from
Jan 31, 2024
Merged

Conversation

timothee-LJN
Copy link
Contributor

fixes : #59 and pixano/pixano-project-manager#15 (duplicates).

Also fixes a bug found during development : we could not edit a mask (polygon).

Description :

  • refactor code to seperate polygon already created and the polygon being created. It helps keeping code simple.
  • Use <Line />component to create polygon and allow concave polygons
image

@timothee-LJN timothee-LJN added bug: minor Minor issues, minimal user impact enhancement New feature or request labels Jan 30, 2024
@timothee-LJN timothee-LJN self-assigned this Jan 30, 2024
@cpvannier cpvannier added this to the Pixano 0.5.0 milestone Jan 31, 2024
@timothee-LJN timothee-LJN merged commit e5a14ca into develop Jan 31, 2024
5 checks passed
cpvannier pushed a commit that referenced this pull request Feb 15, 2024
* refactor(front): Create a component dedicated to polygon creation

* refactor(front): Clean Polygon group code
@cpvannier cpvannier deleted the feat/concav-polygons branch February 20, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug: minor Minor issues, minimal user impact enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow adding point inside polygons during creation
3 participants