We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have lines with a SVG pattern. They are rendered incorrectly as 'black lines':
<line src="file:/patterns/fussgaengerzone.svg" symbol-width="32" stroke-width="1.5" stroke-linecap="butt"/>
Mapsforge:
VTM:
The text was updated successfully, but these errors were encountered:
For reference in XmlThemeBuilder.createLine there is a section to create stipple with texture from the line symbol instruction.
Sorry, something went wrong.
The <line src rule does not seem to be parsed, so the default (black) color is used.
<line src
Render themes: line texture improvements, #983, #985
8b2f6d6
Render themes: line texture improvements, fix #983, fix #985
684bd05
707e1c4
Cruiser 3.0.3 is available with the latest VTM library. Please try it and see if now rendering works properly
No branches or pull requests
We have lines with a SVG pattern. They are rendered incorrectly as 'black lines':
<line src="file:/patterns/fussgaengerzone.svg" symbol-width="32" stroke-width="1.5" stroke-linecap="butt"/>
Mapsforge:

VTM:

The text was updated successfully, but these errors were encountered: