Dan Gavin
Dan Gavin
@helgatheviking - Read an article on this. The solution was as follows: `$content = utf8_encode(html_entity_decode($mb->get_the_value()));` Using utf8_encode and html_entity_decode solved the issue for me. Hope that helps. You might still...
@idawgik not sure if you were able to get it figured out, but I think I found the solution if you still need it. Now, in my setup I only...
Forked this and I am working on a version that uses `g` if you are simply passing a `color` option. It groups the dots and corners separately and creates a...
@HenkVanMaanen I wasn't aware of that issue yet, but good good to know. I modified my version to include that swap of the draw order that you referenced in: https://github.com/sallandpioneers/qr-code-styling/commit/638824f8561b165c529f99c88e4af3ad56e99021...
Upon further inspection it looks like even doing a simple implementation it seems as though my map is rendering twice on the page and in neither instance is the controls...
See my comment here: #125 ([comment](https://github.com/kozakdenys/qr-code-styling/issues/125#issuecomment-1150502319))