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

stroke-dasharray not working as expected #983

Closed
Klaus-Tockloth opened this issue Nov 26, 2022 · 2 comments
Closed

stroke-dasharray not working as expected #983

Klaus-Tockloth opened this issue Nov 26, 2022 · 2 comments
Labels
Milestone

Comments

@Klaus-Tockloth
Copy link

Dashed lines are not rendered as expected. We have this:

<line stroke="#99f1eee9" stroke-width="0.7" stroke-linecap="butt"/>
<line stroke="#ad8500" stroke-width="0.5" stroke-dasharray="2.0,1.0" stroke-linecap="butt" scale="all"/>

Mapsforge:
mapsforge

VTM:
vtm

@devemux86
Copy link
Collaborator

For reference in XmlThemeBuilder.createLine there is a section to create stipple with color
from the line dasharray instruction.

@devemux86
Copy link
Collaborator

Cruiser 3.0.3 is available with the latest VTM library.
Please try it and see if now rendering works properly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants