Animated Vector Graphics Scene Graph

Share your advanced PureBasic knowledge/code with the community.
User avatar
idle
Always Here
Always Here
Posts: 5998
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: Animated Vector Graphics Scene Graph

Post by idle »

mk-soft wrote: Fri Oct 17, 2025 5:20 pm macOS:

No circles are displayed in macOS !?
I still have to apply fix ups for DPI scaling from the recent changes
scale unscale, rescale descale, left = right, up = down, forward = backwards, -1 = 1, a dyslexics nightmare of opposites :lol:

Fixed;

I will keep it at 125% for now and added bonus I can see.
User avatar
mk-soft
Always Here
Always Here
Posts: 6295
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Animated Vector Graphics Scene Graph

Post by mk-soft »

Unfortunately, I still don't see any circles here under macOS (Intel). :(

But I didn't find out why ...
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
Mindphazer
Enthusiast
Enthusiast
Posts: 482
Joined: Mon Sep 10, 2012 10:41 am
Location: Savoie

Re: Animated Vector Graphics Scene Graph

Post by Mindphazer »

No circles here neither (MacOS M4)
And the switch button is grey and stays grey even when clicked
MacBook Pro 16" M4 Pro - 24 Gb - MacOS 15.4.1 - Iphone 15 Pro Max - iPad at home
...and unfortunately... Windows at work...
Mesa
Enthusiast
Enthusiast
Posts: 445
Joined: Fri Feb 24, 2012 10:19 am

Re: Animated Vector Graphics Scene Graph

Post by Mesa »

So fine :D

To scale the drawing with the wheel mouse, canvas has to have the #PB_Canvas_Keyboard flag (Windows only).


M.
Post Reply