Cameron Paul

Results 8 comments of Cameron Paul

There actually might be a way to do this quickly. Use the existing shapes to establish a clipping region then just fill the entire canvas. It has edge cases that...

I think it would be cool, but I'm in no rush to do it.

Not yet, but this is a feature we want to add.

We don't have the time to support Windows ourselves, but I'm not going to turn down pull requests that make `rawkit` work in more places. Also this issue isn't specifically...

I'm not surprised, there are lots of features we haven't fully tested. I'm not actively working on this library anymore, but if you open a PR with a fix we'll...

I'm interested in working on this if it's not already in progress. I put together a rough proof of concept to get an idea of what would be involved and...

The `Html_tag_open_blockquote` and `Html_tag_open_dd` were calling `Html_add_textblock`, essentially turning the elements into block elements despite them being inline. Following that, if a style was applied that would actually make the...

> Not sure if there is a good way to avoid breaking the current behavior for inline. We don't follow the "correct" inline behavior either. It looks like it wont...