Erik Demaine

Results 343 comments of Erik Demaine

Given that #158 has been merged, I take it this issue can be closed?

FWIW, I just ran into a desire for exactly this. My use case is: * My app interactively renders SVG according to user inputs. I don't want to mess this...

FYI, both arrows and line styles are now available. (Line styles will deploy shortly.)

Arrows, dashed/dotted, and anchor select are now implemented and deployed.

2-finger drag with touch drawing disabled is now implemented. (A while ago actually; I forgot this was a separate issue.)

In case it's useful, [here](https://github.com/DanielXMoore/Civet/blob/main/source/esm.civet) is an ESM loader for a related language, [Civet](https://civet.dev), probably based on Geoffrey's code above. It shouldn't hard to adapt to CoffeeScript. (Apologies, it's written...

@stapeleliz Could you open that as a separate issue? Hopefully there's a simple CSS fix.

Indeed, should be fixed by #3686, released in 0.16.1. Thanks!

@tavin This looks great! It's been a while since I've thought about this issue, but I wonder if you'd be willing to take a stab at adapting your PR for...

I just learned about the [`` HTML element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/wbr). I wonder if this would be better/cleaner than a span with a zero-width space inside, assuming it behaves as we want within...