Remove transparent colouring, as imagemagick doesn't appear to like ti very much
This commit is contained in:
parent
74c3509dfa
commit
88757c7c51
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue