SVG Rendering Test Note

SVG Rendering Test

This note tests whether inline SVG content renders correctly in the notes viewer.

Simple Geometric Diagram

Below is a basic coordinate plane with a linear function plotted:



x
y





y = 2x + 1

Flowchart Example

A simple decision flowchart:


Start


Is x > 0?



Yes



No


Positive


Non-positive






End

Regular Text After SVG

This paragraph appears after the SVG diagrams to verify that content continues to render normally after inline SVG elements. The notes should display both the vector graphics above and this text without any issues.

  • Bullet point 1
  • Bullet point 2
  • Bullet point 3