Wouterdek/NodeNetwork

Make background grid vector based

Napa-HP opened this issue · 1 comments

Currently, the background grid is created using a PNG image. When zooming in and out, the image is distorted.

Replace PNG image with a vector based XAML DrawingImage.

Acceptance criteria:

  • Image is vector based
  • Zooming in and out does not distort the background image.

I'm closing this issue as your PR has been merged.