Henry Heino
Henry Heino
It looks like the issue is that we're using `CAIRO_OPERATOR_MULTIPLY` for highlighters and `CAIRO_OPERATOR_OVER` for filling semi-transparent strokes. https://github.com/xournalpp/xournalpp/blob/5d2683662f560b5254d52973b9f4281036e43e24/src/view/StrokeView.cpp#L56-L59 https://github.com/xournalpp/xournalpp/blob/5d2683662f560b5254d52973b9f4281036e43e24/src/control/tools/StrokeHandler.cpp#L42-L44 A list of operators can be found here: https://www.cairographics.org/operators/#clear While...
See also https://github.com/xournalpp/xournalpp/pull/3379 . The issue described there sounds similar.
> Thanks for the feedback, though I have no idea how to add the changed files to the build and compile the whole. Pascal Bérubé ***@***.*** cell: 418-965-7410 *Avis de...
It would be awesome to have this!
This seems kindof like the functionality I would expect a plugin to have (but I'm not sure Lua is the best choice for this, unless we extend the plugin api).
> Oh, the Lua thing is an artifact of my hackathon project. This will be pure C or C++. Here is a list of plugin-related resources: * [Example plugins](https://github.com/xournalpp/xournalpp/tree/master/plugins). *...
> Another question, [here](http://math.mit.edu/~auroux/software/xournal/manual.html#file-format) is the file format for Xournal. Is there anywhere I can get documentation for Xournalpp's file format? See [`src/control/xojfile`](https://github.com/xournalpp/xournalpp/tree/master/src/control/xojfile) and [`src/control/xml`](https://github.com/xournalpp/xournalpp/tree/master/src/control/xml) for the code that handles...
> I think this is a regression because didn't use to have that? This was an issue in June, [long before the WebView wrapper was written](https://github.com/laurent22/joplin/pull/6771), so the link-clicking shouldn't...