From ba5afd5e8ac6cabaca91470d0b14cc9d1819c475 Mon Sep 17 00:00:00 2001 From: Jerry Ling Date: Sat, 2 Jul 2022 17:46:10 -0400 Subject: [PATCH] add missing links and fix MD link --- samples/Samples.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/Samples.md b/samples/Samples.md index 930aa28..255b333 100644 --- a/samples/Samples.md +++ b/samples/Samples.md @@ -74,7 +74,7 @@ Example of painting with a Image Surface as source [sample_image.jl](sample_imag ### image pattern # -Example of painting with a Image Surface as pattern [sample_imagepattern.jl] (sample_imagepattern.jl). +Example of painting with a Image Surface as pattern [sample_imagepattern.jl](sample_imagepattern.jl). ![imagepattern .png](sample_imagepattern.png "imagepattern example") @@ -188,12 +188,12 @@ Example of using Recording surface, simple copy, then scaled and offset. ![sample record0.png](sample_record0.png "record0 example") ![sample record1.png](sample_record1.png "record1 example") -Example of writing to script, put script text into frame. +Example of writing to script, put script text into frame. [sample_record0.jl](sample_record0.jl), [sample_record1.jl](sample_record1.jl) ![sample script0.png](sample_script0.png "scrip0 example") ### current point -Example of using current point +Example of using current point [sample_current_point.jl](sample_current_point.jl) -![sample current point.png](sample_current_point.png "current point example") \ No newline at end of file +![sample current point.png](sample_current_point.png "current point example")