Greg Ziegan
Greg Ziegan
My SSCCE is here: ```elm module Main exposing (..) import Html exposing (input) import Html.Attributes exposing (style, value) import Html.Events exposing (onInput) import Svg exposing (svg, foreignObject) model = ""...
Right now, the textarea example is quite limited and not very "gist-able". More comments should follow on how to improve the example. Currently, the plan is to mimic the simple...
When an image is exported currently, the editor app closes its window and calls the `reset` port, reseting the edit state and edit history. We read in the previously exported...
Many support agents upload attachments and would probably like the ability to annotate them without dropping them in-line.
Very large images can be annoying to annotate in a box with a max height of 320px.
This is an open design question. Fill only works on shapes, but that's no apparent in the UI
It takes too long on mouse hover to know what a tool does. We need new tooltips
Does this test library also support testing svg view attributes? Say I have this svg: ```elm viewImage : Int -> Int -> String -> Svg msg viewImage width height url...