Been having radial gradient issues, The code afaik is correct and formatted correctly however the way its rendering in the livery editor is strange.
<radialGradient id="898" cx="324.91" cy="360.67" r="18.65" gradientUnits="userSpaceOnUse"><stop stop-color="#fde8c1" stop-opacity="0" offset="0"/><stop stop-color="#fde8c1" stop-opacity="0" offset=".6187"/><stop stop-color="#fde8c1" offset=".81"/><stop stop-color="#fde8c1" offset=".84958"/><stop stop-color="#fde8c1" stop-opacity="0" offset="1"/></radialGradient>
This is supposed to look like this:
View attachment 1187479
But comes out like this:
View attachment 1187476
After some editing of the radius value to minus 5 I get close to what I need however it destroyed the image preview (I made the path extra large to see if the center hadnt wandered off):
View attachment 1187478View attachment 1187480
Making the r value a minus is somewhat concerning, It really shouldnt work like that. Other radial's are working correctly but another only looked correct when edited to reduce the r value by 25 like with the above, So I am a bit confused as to what exactly xml wise Ive missed.