Ticket #3 (closed defect: fixed)

Opened 7 months ago

Last modified 6 months ago

svg problem - commands from externals to a loaded svg panel produce errors.

Reported by: anonymous Assigned to: bi..@lilyapp.org
Priority: major Milestone: Public Beta 2
Component: Externals Version: Public Beta 2pre2
Keywords: svg Cc:

Description

using the SVG extern, can run programs no problem.

sending extra commands to the SVG in a patch raises some errors.

e.g. using 'message' extern to send "line 10 10 100 100" fails with error.

problem appears to be in svg.js with incomplete function calls

e.g. "line" is called from the 'inlet' function as "line" but presumably should be "thisPtr.line".

also true for a some other commande such as "stroke"...

Change History

05/27/08 12:05:45 changed by bi..@lilyapp.org

  • status changed from new to assigned.
  • milestone changed from 0.1 to Public Beta 2.

05/30/08 08:58:05 changed by bi..@lilyapp.org

  • status changed from assigned to closed.
  • resolution set to fixed.