In {NS}6+ the size attribute didn't work for me in any minor version, either having no effect upon changing or distorting the stars layout.
Replacing the px units with DIP and using the scaleXscaleY instead of size in the Vue component solved my issue.
In {NS}6+ the size attribute didn't work for me in any minor version, either having no effect upon changing or distorting the stars layout. Replacing the px units with DIP and using the
scaleX
scaleY
instead ofsize
in the Vue component solved my issue.