Add Chromium bug reports for SVG rendering issues (Issue #17) #56
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR addresses issue #17 by creating comprehensive bug reports for the Chromium SVG rendering issues that required workarounds in the RegularExpressions.Transformer project.
Background
The project's GitHub Pages site contains interactive SVG diagrams that required several workarounds for Chromium browser bugs:
<image>elements, requiring inline embeddingThese workarounds were implemented in commits 89c4f13, 7b29f0e, and d7659aa.
What's Included
Bug Report Documentation
bug-report-1-small-images.md: Detailed report for small SVG elements not renderingbug-report-2-svg-alignment.md: Detailed report for SVG alignment issues with external filesTest Cases
small-image-test.html: Demonstrates the small element rendering issuesvg-alignment-test.html: Shows alignment problems with external SVG filestest-logo.svg: Sample external SVG for testingDocumentation
chromium-bug-submission-guide.md: Step-by-step guide for submitting to ChromiumREADME.md: Overview and usage instructionsImpact
These bug reports will help:
Next Steps
Test Plan
🤖 Generated with Claude Code
Resolves #17