Greg Ziegan

Results 16 issues of 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 = ""...

bug

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...

enhancement
discussion

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...

Platform: Zendesk

Many support agents upload attachments and would probably like the ability to annotate them without dropping them in-line.

Platform: Zendesk

Very large images can be annoying to annotate in a box with a max height of 320px.

Platform: Zendesk

This is an open design question. Fill only works on shapes, but that's no apparent in the UI

question

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...

bug