[gegl] GEGL 0.4.14 released
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] GEGL 0.4.14 released
- Date: Fri, 1 Mar 2019 13:39:27 +0000 (UTC)
commit 59141a28784d88e688a5d51ead7806e0550bf713
Author: Øyvind Kolås <pippin gimp org>
Date: Fri Mar 1 14:37:31 2019 +0100
GEGL 0.4.14 released
actual release was previous commit, which has the tag and configure.ac version
bump.
bin/lua/init.lua | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/bin/lua/init.lua b/bin/lua/init.lua
index b82bd3306..853d5696d 100644
--- a/bin/lua/init.lua
+++ b/bin/lua/init.lua
@@ -153,16 +153,16 @@ end
function contrasty_stroke()
local x0 = 3.0
- local y0 = 3.0;
+ local y0 = 3.0
local x1 = 2.0
- local y1 = 2.0;
+ local y1 = 2.0
x0, y0 = cr:device_to_user_distance (x0, y0)
x1, y1 = cr:device_to_user_distance (x1, y1)
- cr:set_source_rgba (0,0,0,0.5);
- cr:set_line_width (y0);
+ cr:set_source_rgba (0,0,0,0.5)
+ cr:set_line_width (y0)
cr:stroke_preserve ()
- cr:set_source_rgba (1,1,1,0.5);
- cr:set_line_width (y1);
- cr:stroke ();
+ cr:set_source_rgba (1,1,1,0.5)
+ cr:set_line_width (y1)
+ cr:stroke ()
end
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]