gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] fenfire/org/fenfire/demo/detail pagespanbgfilte...


From: Janne V. Kujala
Subject: [Gzz-commits] fenfire/org/fenfire/demo/detail pagespanbgfilte...
Date: Mon, 28 Apr 2003 06:17:14 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Janne V. Kujala <address@hidden>        03/04/28 06:17:14

Modified files:
        org/fenfire/demo/detail: pagespanbgfilter.py 

Log message:
        twiddle

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/demo/detail/pagespanbgfilter.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: fenfire/org/fenfire/demo/detail/pagespanbgfilter.py
diff -u fenfire/org/fenfire/demo/detail/pagespanbgfilter.py:1.1 
fenfire/org/fenfire/demo/detail/pagespanbgfilter.py:1.2
--- fenfire/org/fenfire/demo/detail/pagespanbgfilter.py:1.1     Mon Apr 28 
06:09:54 2003
+++ fenfire/org/fenfire/demo/detail/pagespanbgfilter.py Mon Apr 28 06:17:14 2003
@@ -1,3 +1,27 @@
+# 
+# Copyright (c) 2003, Janne V. Kujala
+# 
+# This file is part of Fenfire.
+# 
+# Fenfire is free software; you can redistribute it and/or modify it under
+# the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+# 
+# Fenfire is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
+# Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General
+# Public License along with Fenfire; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+#
+
+# PageSpan background filtering demo
+
 from __future__ import nested_scopes
 import vob
 import java, org
@@ -15,7 +39,7 @@
     def scene(self, vs):
        vs.map.put(vob.vobs.SolidBackdropVob(java.awt.Color.yellow))
 
-       scaled = vs.orthoCS(0, "X", 0, 150, 150, .8, .8)
+       scaled = vs.orthoCS(0, "X", 0, 0, 0, .9, .9)
 
        layout = ff.view.PageSpanLayout(enfMaker.makeEnfilade(sc.getCurrent()))
         ff.util.PageSpanPaper.paperMill = vob.gl.PaperMill.getInstance()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]