disconcision / fructure

a structured interaction engine 🗜️ ⚗️
https://fructure-editor.tumblr.com/
Apache License 2.0
456 stars 12 forks source link

draw selection over top; connected to selected captures display issues #18

Closed disconcision closed 5 years ago

disconcision commented 5 years ago

sometimes selections are cut off a bit. other times (selected captures) they are barely visible. drawing over top would fix the first case, but might screw up the second if not special-cased? unless we draw just the outline over top: this is sufficient for the first, and probably adequate for the second.

so:

  1. fish selection out stx
  2. figure out how we're drawing selection outlines
  3. copy that code to top-level layout, and make a new popout-layer
disconcision commented 5 years ago

upgraded to garbage fire due to poor visibility issues for selector on captures

Screenshot from 2019-06-26 21-18-16 Screenshot from 2019-06-26 21-18-10 Screenshot from 2019-06-26 21-18-05

disconcision commented 5 years ago

selection now drawn over top... capture issue still needs work