-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
fix(polyline): stroke bounding rect calculation #8083
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
Closed
Closed
Changes from 5 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
bc93beb
fix(util.calcAngleBetweenVectors): ensure cos value is in the range -…
41271bf
fix(getBisector): check if ro is near zero instead of beign strictly …
7f01868
fix(): projections on projectStrokeOnPoints function. Width, height, …
37e4fac
fix(calcAngleBetweenVectors): use atan2 instead of dot product
a9c8f35
fix(): remove `Math.hypot`
ShaMan123 6cb36dc
Update misc.js
ShaMan123 d3773ed
Update misc.js
ShaMan123 6befc8c
Update src/util/misc.js
luizzappa afdec06
Update src/util/misc.js
luizzappa c05e719
refactor(getBisector): removed phi variable
6790b72
refactor(polyline._setPositionDimensions): removed exactBoundingBox
b49b469
refactor(projectStrokeOnPoints): repeated code reduction and style ch…
b554b6d
refactor(getOrthogonalUnitVector): removed optional parameter
cb45499
dep(): `strokeBoundingBox`
ShaMan123 52a2e02
lint
ShaMan123 f329270
refactor(): lint + reorder if block
ShaMan123 f8b0dcf
Revert "refactor(getOrthogonalUnitVector): removed optional parameter"
ShaMan123 7b12924
lint `getOrthogonalUnitVector`
ShaMan123 9017242
fix(): `hypot`
ShaMan123 5e2cd10
test(): add `hypot` test
ShaMan123 e9ee038
docs
ShaMan123 3faf8f0
Update util.js
ShaMan123 139f4e8
safeguard
ShaMan123 ce7be83
Merge branch 'master' into pr/8083
ShaMan123 0faf3dc
revert(): dep `exactBoundingBox`
ShaMan123 3925115
Update polygon.js
ShaMan123 83af206
Merge branch 'master' into pr/8083
ShaMan123 2a25b00
fix(projectStrokeOnPoints): fixed bug in bevel and miter stroke. Redu…
a960b45
feat(projectStrokeOnPoints): possibility to also returns the point an…
813358e
hypot module
ShaMan123 244fc69
Update misc.ts
ShaMan123 d12b1a1
Merge branch 'master' into pr/8083
ShaMan123 e92297e
Revert "Merge branch 'master' into pr/8083" misc
ShaMan123 de55c38
Revert "fix conflict"
ShaMan123 e4d5a74
fix circular deps
ShaMan123 e2debbf
refactor(projectStrokeOnPoints): returning context instead of tracePr…
b9daa0f
fix(): extended _getTransformedDimensions in polyline
e54910b
Revert "fix(): extended _getTransformedDimensions in polyline"
a7138dc
fix(_setPositionDimensions): use the actual position of the object in…
6a5e615
fix(): extended _set in polyline
85d2eae
checkout
ShaMan123 3a82295
Revert "checkout"
ShaMan123 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.