Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Vector graphics in Cuis
Last updated at 7:10 pm UTC on 2 February 2022
Notes (to be edited)


Changes for Vector Graphics (3rd August 2020)

As of December 2021 a current VM support a SVG vector graphic plugin.


If you do `MorphicCanvas activeSubclass: HybridCanvas.` the unzoomed
windows will become faster, because they'll use BitBlt. If instead you
do `MorphicCanvas activeSubclass: BitBltCanvas.` then vector graphics
and zooming are disabled, and you go back to BitBlt for everything, but
you have TrueType.

Also, make sure that `VectorEngineWithPlugin isPluginAvailable` answers
true.