The GPU compositor Blur node truncates the filter kernel if the blur radius is lower than the base radius. That's because it evaluated the filter kernel only up to the desired radius. To fix this, we evaluate at the entire kernel for all radii using a texture sampler for the weights.