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
hello in from html section,i insert this code:
<map name="map"> <area shape="rect" coords="428, 18, 549, 345" href="test" /> </map>
the area load as well but Attributes like href not load in area. is there any solution for this? thank you
The text was updated successfully, but these errors were encountered:
In function Area.createAreasFromHTMLOfMap before string attributes[name] = result[1]; add string: name = item.toLowerCase();
attributes[name] = result[1];
name = item.toLowerCase();
Sorry, something went wrong.
@netkot Thank you. I was looking for this too. Can you explain a little bit more why this? I'm tryin' to understand, anyway. Thank you!
No branches or pull requests
hello
in from html section,i insert this code:
the area load as well but Attributes like href not load in area.
is there any solution for this?
thank you
The text was updated successfully, but these errors were encountered: