Steffen Kowalski
Steffen Kowalski
This approach looks a bit better to me. I did not know that .bind() returns a **new** function. Using thing technic on filters like | filter: $ctrl.filterFunc.bind($ctrl) works.
@iansan5653 this work around is a bit risky, because the `HEADERS` are changed for *every* request, until you reset it. So if you have multiple requests running in parallel, this...
@iansan5653 because an empty Accept header, as you configured it, will most likely be treated as `Accept: */*`. I did not think about that. So, as a work around, valid....
I ran into the same error, and I am quite sure that `SVGGraphicsElement.getBbox()` (used for example in `simpleViewBoxCache()` which is used when `updateBBox()`) provides different values for x and y...