if (isHorizontal) {
                    y1 = y2 = options.position === 'top' ? me.bottom : me.top;
                    y1 += aliasPixel;
                    y2 += aliasPixel;
                } else {