Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upadd shadow plugin #108
Comments
This comment has been minimized.
This comment has been minimized.
pierreganty
commented
Oct 26, 2016
I have not tested but since 7.2.6 creating shadows using tikz should work flawlessly. |
This comment has been minimized.
This comment has been minimized.
Using tikz to add shadows will only work for tikz objects (e.g. tikz nodes containing some text) - and that does indeed work in Ipe now. It seems the original suggestion was to allow shadows on arbitrary Ipe objects. I'm not so sure what they need to look like in this case. It would be quite easy to make an Ipelet that adds a copy of a polygon with some offset and gives it a gray color, but once you want blur it's much less clear what it should look like, or how to achieve this using Ipe objects (or PDF in general). The pgf-blur solution seems to be a hack that redraws the shape many times with increasing transparency. If you only need shadows on rectangles, by the way, you can also achieve this now with decorations. Add the Currently there is no |
gasagna commentedOct 26, 2016
Hi,
I love IPE and have used it to make my presentations for years now.
This issue is not really a bug, but rather a feature request. It would be a super killer feature to be able to add shadows to objects, and being able to adjust position, blur, ... This would make presentation much nicer. At the moment, I insert custom pngs figure with shadows, but this is rather limited.
Thanks!