зеркало из https://github.com/mozilla/gecko-dev.git
Bug 382721 - Part 1: Fix spacing of simple 2px dotted border without radius. r=jrmuizel
This commit is contained in:
Родитель
4fac62d240
Коммит
418887e82c
|
@ -1616,7 +1616,7 @@ nsCSSBorderRenderer::DrawBorders()
|
|||
Float dash = mBorderWidths[0];
|
||||
strokeOptions.mDashPattern = ‐
|
||||
strokeOptions.mDashLength = 1;
|
||||
strokeOptions.mDashOffset = 0.5f;
|
||||
strokeOptions.mDashOffset = 0.5f * dash;
|
||||
DrawOptions drawOptions;
|
||||
drawOptions.mAntialiasMode = AntialiasMode::NONE;
|
||||
mDrawTarget->StrokeRect(rect, color, strokeOptions, drawOptions);
|
||||
|
|
Загрузка…
Ссылка в новой задаче