32Beat

Results 8 comments of 32Beat

I would personally argue against using SVG as the native format, since you might want to store metadata and user specific data that has no interchangeable value. (e.g. workspace data...

The problem is not that it can't be stored in SVG, the problem is that it has no interchange value there. It doesn't need to be read by everyone, and...

I was thinking about something along the lines of the attached image. Integrate the fill/stroke/shadow properties into a single panel, including a bar with color swatches that can be "rotated"....

shadow offset (and blur) would be another candidate, not to mention dash gap etc... so, it might have consequences at different properties. I'm currently inclined towards default to YES, and...

And similarly: would it be useful to so for shadow as well? So that shadow editing can be done by pulling out and moving a single "gradient" stop, and double...

Most likely cause: WDSVGParser --> endG does not properly check for valid stringptr from [state_ style:kWDPropertyOpacity] opacity is never stored when 1.0 (in WDLayer --> SVGElement) There are at least...

Okay, perhaps the following is happening: When writing SVG, WDLayer writes the "visibility" property as "hidden", and subsequent WDElements don't have a "visibility" property so they don't write anything. This...

https://developer.apple.com/library/mac/navigation/ type "vdsp" in the search field and you should end up with the latest and greatest: ![vdsp](https://cloud.githubusercontent.com/assets/786628/12959562/4098bd48-d037-11e5-8c60-e2b6e288b138.png) The referencedoc entry for the fft routines will mention the DFT alternative,...