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

fix: parse image tags with transformations #25

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

nflatley-zengenti
Copy link
Member

Helpdesk 58319

Two issues here:

  1. the provided DataResolver function in html-canvas is not considering a querystring may be attached to the inbound path parsed from the html when resolving images by sys.uri - added more ways to search for an asset and added comments providing example inputs

  2. with the above fix we can now resolve the image but the transformations are still not applied to the canvas output

I have added a test to check for image transformations in a resolved image and it is failing.

The CI in this branch should complete successfully when the second issue is fixed.

@nflatley-zengenti nflatley-zengenti added html-canvas Issue relating to HTML parsing package bug Something isn't working labels Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working html-canvas Issue relating to HTML parsing package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant