Skip to content

Fix board compute-backend SVG encoding#34

Merged
hugomeiland merged 1 commit into
mainfrom
site-updates
Jul 18, 2026
Merged

Fix board compute-backend SVG encoding#34
hugomeiland merged 1 commit into
mainfrom
site-updates

Conversation

@hugomeiland

Copy link
Copy Markdown
Contributor

Summary

  • Fix invalid UTF-8 in compute-backends-visionfive2.svg and compute-backends-k1.svg
  • Corrupted middle-dot bytes (0xB7) caused browsers to reject the SVGs on board pages

Test plan

  • Open VisionFive 2 board page — Scalar/GPU diagram visible
  • Open OrangePi RV2 / BananaPi F3 pages — four-box K1 diagram visible
  • curl -s https://www.opensolvers.com/assets/images/compute-backends-visionfive2.svg | python3 -c "import sys; sys.stdin.buffer.read().decode('utf-8')"

Made with Cursor

Replace corrupted middle-dot bytes with numeric entities so browsers
render the VisionFive 2 and K1 diagrams on board pages.

Co-authored-by: Cursor <cursoragent@cursor.com>
@hugomeiland
hugomeiland merged commit 3339cba into main Jul 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant