SVG Text Export - multilayer bug
I am having an issue with text on a path and after SVG export the code shows the text now broken to multiple layers - this does not translate appropriately to web. This happens specifically if the text path is an angle interval of 45 degrees; intervals of 90 degrees work fine, all other degrees break this text path apart during export.
I am wondering if there is a way around this, or a different manner in which I should place text so that it may still be placed at a specific angle but remain all on the same layer & rid of individual character transforms.
An example SVG has been included. Text that appears first is "Happy Halloween!" on a horizontal path, the second is "Happy Halloween!" on a -45 degree path.