aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/clip.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/clip.spad.pamphlet')
-rw-r--r--src/algebra/clip.spad.pamphlet2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/algebra/clip.spad.pamphlet b/src/algebra/clip.spad.pamphlet
index 30ee0ff3..d4eaf937 100644
--- a/src/algebra/clip.spad.pamphlet
+++ b/src/algebra/clip.spad.pamphlet
@@ -96,6 +96,8 @@ TwoDimensionalPlotClipping(): Exports == Implementation where
Pnan? p == any?(Fnan?,p)
iClipParametric(pointLists,fraction,scale) ==
+ import Point SF
+ import List Point SF
-- error checks and special cases
negative? fraction or (fraction > 1) =>
error "clipDraw: fraction should be between 0 and 1"