% # Clients of this partial must supply the following variables:
# id
# value
#
# Additionally, they may override the following variables:
width ||= "750px"
height ||= "650px"
canvas_width ||= 640
canvas_height ||= 480
canvas_expansion ||= 3
hide_menu ||= false
hide_rulers ||= false
hide_image_tool ||= false
hide_hyperlink_tool ||= false %>
<%= javascript_include_tag "embedapi" %>
<%= javascript_include_tag "svgutils" %>