xamarin / KimonoDesigner

Paint application using Xamarin.Mac and SkiaSharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Styles Exporting as Global Styles

KMullins-Xam opened this issue · comments

Custom styles applied to shapes are exporting incorrectly to source code as global, shared styles when creating source for Portfolios and Sketches. This may be a problem with Text Styles only, but it needs to be corrected as it causes duplicate style types to be created which leads to non-compilable source code being generated.

The issue was limited to custom text styles only (due to a typo in the KimonoShape style export code). This error revealed an issue with duplicate object names in the emitted source code that was also fixed.