diff --git a/pd/src/g_template.c b/pd/src/g_template.c
index d6adfe64f2ecaadc27074b5b9ff2277b53f17fd5..d11e6134c59c35ceff3469fcfbcecc361566a5c9 100644
--- a/pd/src/g_template.c
+++ b/pd/src/g_template.c
@@ -3699,6 +3699,11 @@ static void svg_togui(t_svg *x, t_template *template, t_word *data)
             gui_f(fielddesc_getcoord(&x->x_vec[3], template, data, 1));
         }
     }
+    if (x->x_opacity.a_flag)
+    {
+        gui_s("opacity");
+        gui_f(fielddesc_getcoord(&x->x_opacity.a_attr, template, data, 1));
+    }
     if (x->x_type == gensym("polyline") ||
         x->x_type == gensym("polygon"))
     {