Remove transparent colouring, as imagemagick doesn't appear to like ti very much

This commit is contained in:
Starbeamrainbowlabs 2019-02-24 00:19:50 +00:00
parent 74c3509dfa
commit 88757c7c51
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ namespace MusicBoxConverter
svg.WriteRectangle(
new Vector2(Offset.X / 2, Offset.Y),
new Vector2(Offset.X / 2, area.Y),
"rgba(255, 128, 0, 0.5)", -1,
"#ffa500", -1,
true
);