I have a problem using getFillPatternX. When I try:
console.log(polyTop.getFillPatternX);
The console output is:
function (){var a=this.attrs[b];return void 0===a?c:a}
I´ve expected a number and not this piece of code. Is this a bug or am I not using it correctly?