Files
shiny/srcjs
Joe Cheng 112466de1e Fix brushes not being properly cleared
Actually three separate issues addressed. Fixes #2197.

- brush.importOldBrush() was not being called anymore, due to it being
  registered as a load handler after the image was already loaded (this
  was a very recent regression, less than 24 hours old).
- Each time the brush changes, the plot is redrawn twice. This was
  because importing the old brush introduced floating point errors that
  led to a slightly different new brush being created.
- Sometimes the image's load event wasn't firing at all. This is due to
  behavior in WebKit where assigning an image's src to its existing
  value is a no-op.
2018-09-26 22:57:16 -07:00
..
2015-03-30 16:17:04 -05:00
2015-03-30 16:17:04 -05:00
2016-03-18 14:15:36 -05:00
2017-08-04 15:09:00 +01:00
2018-08-07 14:51:23 -05:00