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

vector layer: optimise style buffer #183

Open
adam-ce opened this issue Feb 19, 2025 · 0 comments
Open

vector layer: optimise style buffer #183

adam-ce opened this issue Feb 19, 2025 · 0 comments
Assignees

Comments

@adam-ce
Copy link
Member

adam-ce commented Feb 19, 2025

currently we have 4x 32bit:

  • 32bit fill colour
  • 32bit outline colour
  • 32bit width
  • 32bit dash (spacing, length)
    caps is missing, but will be added

we could reduce / compress it to 2x 32bit:

  • 16-32bit fill colour (if 16 bit, second 16bit for outline)
  • 8-16 bit width
  • 16-24 bit dashes + caps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: maybe
Development

No branches or pull requests

2 participants