mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
--image always goes on the FRONT of the equation list
The image is intended to be background, so I want it to be rendered first, with everything else on top of it
This commit is contained in:
parent
7d7511e62e
commit
ba112a3bd9
@ -438,7 +438,7 @@ sub interpretCommandline
|
|||||||
die "Couldn't read image '$options{image}'";
|
die "Couldn't read image '$options{image}'";
|
||||||
}
|
}
|
||||||
|
|
||||||
push @{$options{equation}}, qq{"$options{image}" binary filetype=auto flipy with rgbimage};
|
unshift @{$options{equation}}, qq{"$options{image}" binary filetype=auto flipy with rgbimage};
|
||||||
delete $options{image};
|
delete $options{image};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user