This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Port line-dasharray fix #16181
Labels
GL JS parity
For feature parity with Mapbox GL JS
Comments
karimnaaji
added a commit
that referenced
this issue
Feb 12, 2020
* Fix artifact for zero-lenghted dash array Fixes issue mapbox/mapbox-gl-js#9213 and add render test for coverage around 0-length dash arrays Update distance field generation for regular dashes as follows: 1. Compute the dash array ranges and stretch location along the distance field 2. Collapse any 0-length distance field range 3. Collapse neighbouring same-type parts into single part * combine consecutive dashes and parts mapbox/mapbox-gl-js#9246 #16181
karimnaaji
added a commit
that referenced
this issue
Feb 12, 2020
* Fix artifact for zero-lenghted dash array Fixes issue mapbox/mapbox-gl-js#9213 and add render test for coverage around 0-length dash arrays Update distance field generation for regular dashes as follows: 1. Compute the dash array ranges and stretch location along the distance field 2. Collapse any 0-length distance field range 3. Collapse neighbouring same-type parts into single part * combine consecutive dashes and parts mapbox/mapbox-gl-js#9246 #16181
karimnaaji
added a commit
that referenced
this issue
Feb 12, 2020
* Fix artifact for zero-lenghted dash array Fixes issue mapbox/mapbox-gl-js#9213 and add render test for coverage around 0-length dash arrays Update distance field generation for regular dashes as follows: 1. Compute the dash array ranges and stretch location along the distance field 2. Collapse any 0-length distance field range 3. Collapse neighbouring same-type parts into single part * combine consecutive dashes and parts mapbox/mapbox-gl-js#9246 #16181
karimnaaji
added a commit
that referenced
this issue
Feb 13, 2020
* Fix artifact for zero-lenghted dash array Fixes issue mapbox/mapbox-gl-js#9213 and add render test for coverage around 0-length dash arrays Update distance field generation for regular dashes as follows: 1. Compute the dash array ranges and stretch location along the distance field 2. Collapse any 0-length distance field range 3. Collapse neighbouring same-type parts into single part * combine consecutive dashes and parts mapbox/mapbox-gl-js#9246 #16181
2 tasks
alexshalamov
pushed a commit
that referenced
this issue
Feb 14, 2020
* Fix artifact for zero-lenghted dash array Fixes issue mapbox/mapbox-gl-js#9213 and add render test for coverage around 0-length dash arrays Update distance field generation for regular dashes as follows: 1. Compute the dash array ranges and stretch location along the distance field 2. Collapse any 0-length distance field range 3. Collapse neighbouring same-type parts into single part * combine consecutive dashes and parts mapbox/mapbox-gl-js#9246 #16181
alexshalamov
pushed a commit
that referenced
this issue
Feb 14, 2020
* Fix artifact for zero-lenghted dash array Fixes issue mapbox/mapbox-gl-js#9213 and add render test for coverage around 0-length dash arrays Update distance field generation for regular dashes as follows: 1. Compute the dash array ranges and stretch location along the distance field 2. Collapse any 0-length distance field range 3. Collapse neighbouring same-type parts into single part * combine consecutive dashes and parts mapbox/mapbox-gl-js#9246 #16181
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Port mapbox/mapbox-gl-js#9246 and mapbox/mapbox-gl-js#9232 to native
The text was updated successfully, but these errors were encountered: