[feedgnuplot] 12/15: --image always goes on the FRONT of the equation list

Dima Kogan dima at secretsauce.net
Tue Jun 20 23:46:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to branch debian
in repository feedgnuplot.

commit ba112a3bd941eca2fa1da7252ff22fc90e20f0e3
Author: Dima Kogan <dima at secretsauce.net>
Date:   Tue Jun 20 16:43:52 2017 -0700

    --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
---
 bin/feedgnuplot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/feedgnuplot b/bin/feedgnuplot
index f976180..977580d 100755
--- a/bin/feedgnuplot
+++ b/bin/feedgnuplot
@@ -438,7 +438,7 @@ sub interpretCommandline
           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};
   }
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feedgnuplot.git



More information about the debian-science-commits mailing list