Skip to content

border-image-repeat incorrect display #538

@cc0800

Description

@cc0800

When setting the value of border-image-repeat to repeat, round, etc, the middle bars of a border-image do not correctly repeat only the valid middle image segment but rather repeat across the entire image.

CSS:

div.bordertest {
	width: 200px;
	height: 200px;
	background: #404040;
	border: 8px solid #440000;
	box-sizing: border-box;
	border-image: url('border-tester.png') 8;
	border-image-repeat: repeat;
}

Border image [24x24 pixels, sliced into 8x8 corners]:
Image

Appearance in Ultralight:
Image

Appearance in Firefox or Chrome (desired output):
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions