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

Introduce the usemap attribute #160

Merged
merged 3 commits into from
Dec 7, 2024
Merged

Conversation

mattesmohr
Copy link
Member

@mattesmohr mattesmohr commented Nov 13, 2024

The pull request adds the missing usemap attribute.

Image()
   .source("....png")
   .useMap("imagemap")
Map {
   Area()
      .shape(.circle)
      .coordinates(...)
   }
}
.name("imagemap")

@mattesmohr mattesmohr marked this pull request as ready for review December 7, 2024 14:56
@mattesmohr mattesmohr merged commit bbf9093 into main Dec 7, 2024
1 check passed
@mattesmohr mattesmohr deleted the introduce-usemap-attribute branch December 7, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant