Bob_PDX

Results 15 comments of Bob_PDX

I just came here to make this feature request, so I'm adding my support to this thread. I've tried several USB camera viewing apps and Quick-Camera is the most complete...

Just checking in and re-upping the above comment, with an additional request - some kind of preferences menu for things we'd like to happen every time (such as "fix aspect...

OK, this is major beginner stupid-question time... I would like to do the test you described above to look at the floodColor attribute. When I download my branch of the...

Thank you, I was erroneously using filterWith. When I saw the image.filterWith() line in the example code, I assumed it was meant for the SVG image, not just some image...

From my source: ``` // creating the SVG stopJambDrawing = SVG().addTo('body'); // later, setting up a reusable filter var myFilter = new SVG.Filter(); myFilter.dropShadow(8, 12, 2); stopJambDrawing.defs().add(myFilter); ```

Yes, my IDE isn't showing the in-parameter. Screen shot attached. I'm using phpStorm on MacOS. ![Screen Shot 2023-03-18 at 12 46 04 PM](https://user-images.githubusercontent.com/100870126/226134191-100c6a52-6b44-4916-bc44-e16eb3d42eb6.png)

Thanks, it accepted four parameters without complaining and my drop shadow now works. Not sure why phpStorm is behaving that way, phpStorm does support JavaScript and the editor believes that...

Thank you - should I create a new issue for discussing suggestions for the docs, or should we take this to private email/messaging?

Fair enough, but before I can suggest changes to the docs I really need to wrap my head around how all this works more. For example, once I have created...

Hi - I did try chaining it just like that earlier, and got the same undesired result. (I did just try copying/pasting your suggestion, just in case I got it...